home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 44 / setup.exe / wwSetup.exe / 0 / RCDATA / TLABELEDITORDLG / TLABELEDITORDLG.txt
Text File  |  2001-04-02  |  3KB  |  148 lines

  1. object LabelEditorDlg: TLabelEditorDlg
  2.   Left = 424
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Instant Label Edit'
  7.   ClientHeight = 299
  8.   ClientWidth = 369
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 20
  20.     Top = 128
  21.     Width = 39
  22.     Height = 13
  23.     Caption = 'Caption:'
  24.   end
  25.   object E3dStyle: TRadioGroup
  26.     Left = 20
  27.     Top = 12
  28.     Width = 185
  29.     Height = 105
  30.     Caption = 'A 3D Style'
  31.     ItemIndex = 0
  32.     Items.Strings = (
  33.       'Normal 3D'
  34.       'Resit 3D'
  35.       'Raised 3D'
  36.       'Shadow 3D')
  37.     TabOrder = 0
  38.     OnClick = E3dStyleClick
  39.   end
  40.   object EFitType: TRadioGroup
  41.     Left = 220
  42.     Top = 12
  43.     Width = 129
  44.     Height = 105
  45.     Caption = 'A Fit Type'
  46.     ItemIndex = 0
  47.     Items.Strings = (
  48.       'Best Fit'
  49.       'Best Horisontal Fit'
  50.       'Best Vertical Fit'
  51.       'Normal Fit')
  52.     TabOrder = 1
  53.     OnClick = EFitTypeClick
  54.   end
  55.   object btFont: TButton
  56.     Left = 244
  57.     Top = 132
  58.     Width = 49
  59.     Height = 25
  60.     Caption = 'Font'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -16
  64.     Font.Name = 'Times New Roman'
  65.     Font.Style = [fsBold, fsItalic]
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     OnClick = btFontClick
  69.   end
  70.   object Panel: TPanel
  71.     Left = 12
  72.     Top = 176
  73.     Width = 345
  74.     Height = 81
  75.     BevelInner = bvRaised
  76.     BorderStyle = bsSingle
  77.     TabOrder = 3
  78.   end
  79.   object ECaption: TEdit
  80.     Left = 20
  81.     Top = 144
  82.     Width = 213
  83.     Height = 21
  84.     TabOrder = 4
  85.     OnChange = ECaptionChange
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 106
  89.     Top = 264
  90.     Width = 75
  91.     Height = 25
  92.     TabOrder = 5
  93.     Kind = bkOK
  94.   end
  95.   object BitBtn2: TBitBtn
  96.     Left = 199
  97.     Top = 264
  98.     Width = 75
  99.     Height = 25
  100.     TabOrder = 6
  101.     Kind = bkCancel
  102.   end
  103.   object btColor: TButton
  104.     Left = 304
  105.     Top = 120
  106.     Width = 51
  107.     Height = 25
  108.     Caption = 'FontColor'
  109.     TabOrder = 7
  110.     OnClick = btColorClick
  111.   end
  112.   object Button1: TButton
  113.     Left = 304
  114.     Top = 148
  115.     Width = 51
  116.     Height = 25
  117.     Caption = 'Color'
  118.     TabOrder = 8
  119.     OnClick = Button1Click
  120.   end
  121.   object cTrans: TCheckBox
  122.     Left = 152
  123.     Top = 124
  124.     Width = 81
  125.     Height = 17
  126.     Alignment = taLeftJustify
  127.     Caption = 'Transparent'
  128.     TabOrder = 9
  129.     OnClick = cTransClick
  130.   end
  131.   object FontD: TFontDialog
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     MinFontSize = 0
  138.     MaxFontSize = 0
  139.     Left = 304
  140.     Top = 68
  141.   end
  142.   object ColorD: TColorDialog
  143.     Ctl3D = True
  144.     Left = 332
  145.     Top = 68
  146.   end
  147. end
  148.